home *** CD-ROM | disk | FTP | other *** search
/ Freelog 22 / freelog 22.iso / Prog / Djgpp / RHIDE14B.ZIP / doc / rhide / RHIDE.BIN < prev    next >
Encoding:
Text File  |  1997-10-01  |  3.7 KB  |  102 lines

  1. RHIDE is Copyright (C) 1996 by Robert Höhne, see COPYING.RH for details
  2.  
  3. REQUIREMENTS for RHIDE
  4. ======================
  5.  
  6. You need DJGPP version 2.01 (or later) to use RHIDE without any
  7. problems with long command lines. This comes from the fact, that
  8. DJGPP 2.01 uses an other technique to pass long command lines
  9. to spawned programs. That means, if you have installed still
  10. DJGPP 2.0 command lines, which are longer then 126 characters will
  11. be trunced when RHIDE calls any compiler with that line.
  12.  
  13. RHIDE runs on raw MS-DOS, in a Window 3.1(x) DOS-box, in a 
  14. Windows 95 DOS-box or under Windows NT in a DOS-box. For running
  15. under NT you MUST add the '-M' commandline switch to RHIDE, otherwis
  16. you will get RHIDE crashing already at startup.
  17. This (or any other commandline switch) can be stored also in the
  18. environment variable RHIDEOPT.
  19.  
  20. This is the binary distribution of RHIDE. Normaly the files should be
  21. installed in the DJGPP root directoy. To install RHIDE, copy the archive
  22. rhide??b.zip (?? stands for the version of RHIDE, e.g. 12 for version 1.2)
  23. to this directory and unpack it with
  24.  
  25. unzip rhide??b.zip
  26.  
  27. or when using PKUNZIP
  28.  
  29. pkunzip -d rhide??b.zip
  30.  
  31.  
  32. ===========================================================================
  33. WARNING:            Because RHIDE uses the gettext library for
  34. supporting multiple languages and RHIDE can run also under Windows 95
  35. with long filname support you should take of some special things. If
  36. you want to run RHIDE only in one environment (LFN=y or LFN=n) you have to
  37. unzip the archive in that environment whith an unzip program, which handles
  38. correct the filenames. This is needed, because the gettext library searches
  39. the translated texts in a directory called 'LC_MESSAGES' and this will
  40. course problems, if you have created this directory as 'LC_MESSA' and now
  41. want to use RHIDE with LFN=y.
  42. If you want to use RHIDE with and without long filenames, you have to unzip
  43. the archive with long filenames enabled AND the registry of Windows 95
  44. must be modified (if not already done) like stated in the DJGPP FAQ
  45. section 8.2.
  46. ===========================================================================
  47.  
  48.  
  49. If it was successful, you can now read the documentation for RHIDE in the
  50. format you prefer. In the directory INFO you can find the INFO-file
  51.  
  52. rhide.info
  53.  
  54. and in the directory DOC you can find
  55.  
  56. rhide.html  - the HTML version
  57. rhide.txt   - the ASCII text version
  58.  
  59. If yout want to get an other format, you need the source archive of RHIDE,
  60. because they are not part of the binary archive. The other possible formats
  61. are:
  62.  
  63. RHIDE.DVI  - the DVI version produced by TeX
  64. RHIDE.PS   - the postscript version, generated from RHIDE.DVI with dvips
  65.  
  66.  
  67. To add the documentation about RHIDE to your main INFO directory
  68. (that's the menu which is shown, when you call info.exe without
  69. any argument), change to the info directory (normaly %DJDIR%/info)
  70. look at the beginning of the file 'rhide.inf' and copy the text
  71. between the two lines
  72. START-INFO-DIR-ENTRY
  73.   and
  74. END-INFO-DIR-ENTRY
  75.  
  76. to the file 'dir.txi'. (common usage is to place such an entry in
  77. alphabetical order) and then run simply
  78.  
  79. makeinfo dir.txi
  80.  
  81. Now you can read the RHIDE doc also by running info.exe like
  82.  
  83. info rhide
  84.  
  85.  
  86. Whats new since Version 1.1?
  87. ============================
  88.  
  89. - Many bugs have been fixed. Please consult the 'rhide_ch.log' file
  90.   for more detailed information about the fixed bugs.
  91.  
  92. - Improved helpsystem.
  93.  
  94. - Runs now on NT (but only with the '-M' switch)
  95.  
  96. - Added support for G77
  97.  
  98.              Have fun with RHIDE
  99.  
  100.              Robert Höhne <Robert.Hoehne@Mathematik.TU-Chemnitz.DE>
  101. (my email will be probably invalid after 30. September 1997)
  102.